-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Go back to pnpm #756
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
"dev:cf": "concurrently \"pnpm --cwd client dev\" \"pnpm --cwd server dev:cf\"", | ||
"dev:elysia": "concurrently \"pnpm --cwd client dev\" \"pnpm --cwd server dev:elysia\"", | ||
"dev:express": "concurrently \"pnpm --cwd client dev\" \"pnpm --cwd server dev:express\"", | ||
"dev:fastify": "concurrently \"pnpm --cwd client dev\" \"pnpm --cwd server dev:fastify\"", | ||
"dev:hono": "concurrently \"pnpm --cwd client dev\" \"pnpm --cwd server dev:hono\"", | ||
"dev:h3": "concurrently \"pnpm --cwd client dev\" \"pnpm --cwd server dev:h3\"", | ||
"build": "pnpm --cwd client build && pnpm --cwd server build", | ||
"start": "concurrently \"pnpm --cwd client start\" \"pnpm --cwd server start\"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this should be a npm workspace. pnpm workspaces doesn't work very well when they're nested
A new canary is available for testing. You can install this latest build in your project with: pnpm add @uploadthing/[email protected]
pnpm add @uploadthing/[email protected]
pnpm add @uploadthing/[email protected]
pnpm add @uploadthing/[email protected]
pnpm add @uploadthing/[email protected]
pnpm add @uploadthing/[email protected]
pnpm add [email protected] |
vitejs/vite#9731 is resolved